home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenGL Superbible (2nd Edition)
/
OpenGL SuperBible e2.iso
/
tools
/
GLUT-3.7
/
PROGS
/
DEMOS
/
GLFLARE
/
LOADLUM.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-12
|
193 b
|
12 lines
/* texture.h - by David Blythe, SGI */
/* Simple SGI .bw image file loader routine. */
extern unsigned char * load_luminance(
char *name,
int *width,
int *height,
int *components);